Map for WinForms | ComponentOne
C1.FlexMap Namespace / GeoPoint Class / GeoPoint Constructor / GeoPoint Constructor(Double,Double,Nullable<Double>,Nullable<Double>)
The x-coordinate.
The y-coordinate.
The z-coordinate.
The m-coordinate.

In This Topic
    GeoPoint Constructor(Double,Double,Nullable<Double>,Nullable<Double>)
    In This Topic
    Initializes a new instance of the GeoPoint class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal x As Double, _
       ByVal y As Double, _
       ByVal z As Nullable(Of Double), _
       ByVal m As Nullable(Of Double) _
    )

    Parameters

    x
    The x-coordinate.
    y
    The y-coordinate.
    z
    The z-coordinate.
    m
    The m-coordinate.
    See Also